home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD1.iso / toolkit / files / interarchy-41.hqx / Interarchy 4.1 / Extras / Scripting Support / AppleScripts / Find Clipboard < prev    next >
Encoding:
Text File  |  2000-07-29  |  429 b   |  14 lines

  1. set theSearchItem to the clipboard
  2. tell application "Interarchy"
  3.     activate
  4.     -- default search is to www.versiontracker.com
  5.     netsearch theSearchItem 
  6.     
  7.     
  8.     -- The following commented code was designed for use with early versions of Anarchie
  9.     (*    set theResult to find theSearchItem server "archie.au" matches 100
  10.     if theResult is "" then
  11.         find theSearchItem server "archie.internic.net" matches 100 with window
  12.     end if *)
  13. end tell
  14.